home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / udev / rules.d / 62-bluez-hid2hci.rules < prev    next >
Text File  |  2008-10-26  |  485b  |  9 lines

  1. #UDEV Rules to match on Bluetooth USB dongles that need to be switched to HCI mode upon
  2. #being plugged into the PC's USB bus.
  3.  
  4. #This rule covers a variety of Dell Bluetooth adapters
  5. # it looks like a bit of an odd rule, because it is matching
  6. # on a mouse device that is self powered, but that is where
  7. # a HID report needs to be sent to switch modes.
  8. ACTION=="add", SYSFS{idVendor}=="413c", ATTRS{bInterfaceProtocol}=="02", ATTRS{bmAttributes}=="e0", RUN+="/usr/sbin/hid2hci --tohci"
  9.